From 5dfb5b23ed9204f664e05a8860da232d5bef7fdb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 7 Jun 2007 06:19:15 +0000 Subject: [PATCH] Documentation additions svn path=/trunk/; revision=18074 --- ChangeLog | 2 ++ gtk/gtktreeview.c | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85e564cbd9..1b18d44541 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-06-07 Matthias Clasen + * gtk/gtktreeview.c: Documentation additions. + * gtk/gtknotebook.c: Add a doc comment. 2007-06-06 Matthias Clasen diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 3aef2bc032..76fc9e5c58 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -690,6 +690,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class) FALSE, GTK_PARAM_READWRITE)); + /** + * GtkTreeView:show-expanders: + * + * %TRUE if the view has expanders. + * + * Since: 2.12 + */ g_object_class_install_property (o_class, PROP_SHOW_EXPANDERS, g_param_spec_boolean ("show-expanders", @@ -698,6 +705,13 @@ gtk_tree_view_class_init (GtkTreeViewClass *class) TRUE, GTK_PARAM_READWRITE)); + /** + * GtkTreeView:level-indentation: + * + * Extra indentation for each level. + * + * Since: 2.12 + */ g_object_class_install_property (o_class, PROP_LEVEL_INDENTATION, g_param_spec_int ("level-indentation", -- 2.30.2